a5_getexifinfo Function

Syntax

P result = a5_getExifInfo(c imageFilename)

Arguments

fn

Character

result

The result object that is returned has these properties

.error

.t. or .f. depending on if there was some error when trying to extract the EXIF information

.errorText

error description

.hasExifInfo

.t. or .f. depending on whether the image has EXIF information

.latitude

a character string with the latitude

.longitude

a character string with the longitude

.altitude

a character string with the altitude

.date_time

a character string with the date/time

.json

a character string with the all of the raw EXIF information in JSON format.

Description

Extracts EXIF info from an image file. Returns a .dot variable with these properties: .error (.t. or .f.), .errorText, .hasExifInfo, .latitude, .longitude, .date_time, .json (raw EXIF info in JSON format)